home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / apple_gi.swf / scripts / DefineButton2_560 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  112b  |  8 lines

  1. on(release){
  2.    if(_parent.isLogin == 1)
  3.    {
  4.       prevFrame();
  5.       _parent.loadData("today");
  6.    }
  7. }
  8.